home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:em="http://www.mozilla.org/2004/em-rdf#">
-
- <Description about="urn:mozilla:install-manifest">
- <em:id>Fireclip@HanWorks.net</em:id>
- <em:version>0.2.3</em:version>
- <em:creator>Ming Han</em:creator>
- <!-- Thanks to: -->
- <em:contributor>Jin Guan</em:contributor>
- <!-- for the suggestion of using margin to clip the iframe -->
- <em:contributor>Pak Chuen</em:contributor>
- <!-- for the company during late nights, alpha-testing, and tolerating my msn crap talk -->
-
- <!-- Also, I will like to thank Steve Wozniak, Apple founder, whose book iWoz,
- inspired me to embark on the task of writing this program.
- Lastly, to paraphrase what Steve Woz wrote in the ending paragraph of iWoz -
- every minute spent alone at night, thinking and thinking about the cool things
- that could be done, it was definitely worth it.
- -->
-
-
- <em:type>2</em:type> <!-- 2: Ext -->
-
- <!-- Target Application this extension can install into,
- with minimum and maximum supported versions. -->
- <em:targetApplication>
- <Description>
- <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox ID -->
- <em:minVersion>2.0</em:minVersion>
- <em:maxVersion>3.2a1pre</em:maxVersion>
- </Description>
- </em:targetApplication>
-
-
- <!-- Front End MetaData -->
- <em:name>Fireclip</em:name>
- <em:description>A nifty tool which allows you to clip out portions of webpages and reload them later to check for updates.</em:description>
- <em:homepageURL>http://fireclip.googlepages.com/</em:homepageURL>
-
- <!-- Front End Integration Hooks (used by Extension Manager) -->
- <em:iconURL>chrome://fireclip/skin/fireclip_icon.png</em:iconURL>
-
- </Description>
- </RDF>
-